Skip to content

Minor patch - #7

Closed
dwlee wants to merge 4 commits into
indigofrom
3rd_milestone
Closed

Minor patch#7
dwlee wants to merge 4 commits into
indigofrom
3rd_milestone

Conversation

@dwlee

@dwlee dwlee commented Dec 19, 2014

Copy link
Copy Markdown
Collaborator

when I prepared 3rd milestone, I fixed some parts.

  • Increase timeout in listener proxy
    In case of using low spec device (ex. nexus 10/ Lollipop), Concert checker occasionally returned MasterInfo message does not receive error. Because low spec device is not enough 4s for receiving message.
  • Addition of Exception handling in onStart function of MasterInfo class.
    The android app using MasterInfo class for checking concert is died if it run in only launched roscore.

@stonier

stonier commented Feb 11, 2015

Copy link
Copy Markdown
Member

@dwlee Exceptions shouldn't be handled by just returning. You deny the user of the api a chance to see and handle errors himself which makes for very difficult to solve bugs.

Can it be handled above this class? Should it convert the exception to a MasterInfoException as the other methods throw?

@dwlee

dwlee commented Feb 14, 2015

Copy link
Copy Markdown
Collaborator Author

I updated that MasterInfoException error is thrown when problem is happened

@dwlee

dwlee commented Jul 16, 2015

Copy link
Copy Markdown
Collaborator Author

I moved this PR to #11 and closed this

@dwlee dwlee closed this Jul 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants